home *** CD-ROM | disk | FTP | other *** search
/ Enter 2010 January / ENTER_2010_01.iso / Programy / Gry / Base_Invaders_ / BaseInvadersSetup1.3.exe / {app} / Data / SpringTest3Cog.xml < prev    next >
Encoding:
Extensible Markup Language  |  2007-01-25  |  1.5 KB  |  45 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <Stream name="Stream">
  3.   <cog name="cog" CogID="SpringTestCog">
  4.     <string name="cogname" />
  5.     <comp name="Positional" CompID="1">
  6.       <vector name="Position">
  7.         <real name="x">0</real>
  8.         <real name="y">20</real>
  9.         <real name="z">20</real>
  10.       </vector>
  11.       <vector name="Velocity">
  12.         <real name="x">0</real>
  13.         <real name="y">0</real>
  14.         <real name="z">0</real>
  15.       </vector>
  16.       <quat name="Orientation">
  17.         <real name="x">0</real>
  18.         <real name="y">0</real>
  19.         <real name="z">0</real>
  20.         <real name="w">1</real>
  21.       </quat>
  22.       <uint name="BoundingType" type="BoundingType">0</uint>
  23.       <bool name="Visible">true</bool>
  24.     </comp>
  25.     <comp name="PhysicsComp" CompID="50">
  26.       <real name="MassVal">1</real>
  27.       <bool name="UseGravity">false</bool>
  28.       <bool name="UseAirResistance">false</bool>
  29.       <real name="AirResistScalar">0</real>
  30.       <bool name="DisableRotation">false</bool>
  31.       <bool name="DisableForceDampening">false</bool>
  32.     </comp>
  33.     <comp name="SpringCape" CompID="57">
  34.       <real name="CapeMass">1</real>
  35.       <real name="SpringConstant">30</real>
  36.       <real name="SpringToNatural">0</real>
  37.       <real name="DampeningForce">0.25</real>
  38.       <int name="Dimension">3</int>
  39.       <int name="NumNodes">5</int>
  40.       <real name="SideLength">5</real>
  41.       <bool name="CrossStich">false</bool>
  42.       <bool name="UseContraints">false</bool>
  43.     </comp>
  44.   </cog>
  45. </Stream>